home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
02
/
8
/
DISK0285.ZIP
/
NOSLASHO.BAT
< prev
next >
Wrap
DOS Batch File
|
1984-06-29
|
580b
|
17 lines
REM This is NOSLASHO.BAT for CLUBware TM software development
REM
REM compile without /O - runtime module BASRUN.EXE is needed
REM
BASCOM %1,, /E
REM
REM CLUBware uses two externals that will be undefined by the linker
REM SUBINIT in the %1 file
REM and $PUTCPOS in the QPRINT,ZPRINT etc routines
REM These externals are only called if the software is interpreted
REM So the compiled programs will run correctly with them undefined.
REM
LINK %1.obj+QPRINT+SCRLDN+SCRLUP+XREP+YREP+CLREOL+CLREOS+ZPRINT,%1,nul;
Pause Ctrl-Break to save .OBJ
DEL %1.OBJ
dir %1